home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / mini_poo.swf / scripts / DefineSprite_29 / frame_20 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  162 b   |  10 lines

  1. if(_root.sunet == 1)
  2. {
  3.    _root.son3.start(0.7,1);
  4.    if(_root.score > 50)
  5.    {
  6.       _root.score -= 50;
  7.       _root.scoreTXT.text = _root.score;
  8.    }
  9. }
  10.